feat(TU-33149): Change the way we invoke semantic-release-monorepo#717
feat(TU-33149): Change the way we invoke semantic-release-monorepo#717tom-ridsdale merged 1 commit intomainfrom
Conversation
|
🥷 Code experts: tf-security tf-security has most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame: ✨ Comment |
|
[BOT] Preview available with hash |
|
|
🎉 This PR is included in version @typeform/embed-v5.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version @typeform/embed-react-v4.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |



The
semantic-release-monorepoplugin is not loading leading to the release flow not picking up the latest git tags and attempting to analyse ALL commits.Theory is that when you define plugins in
.releaserc, it overrides any plugins from extended configs.Hoping that the -e flag works differently - allowing
semantic-release-monorepoto wrap the plugins at runtime.